home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / controls_properties.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  4.2 KB  |  70 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class controls_properties extends ResourceBundle
  6.    {
  7.       public function controls_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["undefinedParameter"] = "CuePoint parameter undefined.";
  17.          _loc1_["nullURL"] = "Null URL sent to VideoPlayer.load.";
  18.          _loc1_["incorrectType"] = "Type must be 0, 1 or 2.";
  19.          _loc1_["okLabel"] = "OK";
  20.          _loc1_["unsortedCuePoint"] = "Unsorted cuePoint found after time: \'{0}\'.";
  21.          _loc1_["noLabel"] = "No";
  22.          _loc1_["wrongNumParams"] = "Num params must be number.";
  23.          _loc1_["wrongDisabled"] = "Disabled must be number.";
  24.          _loc1_["wrongTime"] = "Time must be number.";
  25.          _loc1_["dayNamesShortest"] = "S, M, T, W, T, F, S";
  26.          _loc1_["cannotSwitchRTMP"] = "Cannot switch between multiple absolute RTMP URLs. Must use meta tag base attribute.";
  27.          _loc1_["wrongType"] = "Type must be number.";
  28.          _loc1_["unhandledEvent"] = "Unhandled MenuEvent.";
  29.          _loc1_["firstDayOfWeek"] = "0";
  30.          _loc1_["rootNotSMIL"] = "URL: \"\'{0}\'\" Root node not smil: \'{1}\'.";
  31.          _loc1_["nameNotFound"] = "Base RTMP URL must include application name: \'{0}\'.";
  32.          _loc1_["errorMessages"] = "No bitrate match, must be no Cannot delete default VideoPlayer.";
  33.          _loc1_["missingParameter"] = "Fpad URL must include uri parameter: \'{0}\'.";
  34.          _loc1_["rootNotFound"] = "URL: \"\'{0}\'\" No root node found; if file is an flv, it must have a .flv extension.";
  35.          _loc1_["unexpectedEnd"] = "Unexpected end of cuePoint param string.";
  36.          _loc1_["errWrongContainer"] = "ERROR: The dataProvider of \'{0}\' must not contain objects of type flash.display.DisplayObject.";
  37.          _loc1_["invalidCall"] = "Cannot call reconnect on an http connection.";
  38.          _loc1_["cancelLabel"] = "Cancel";
  39.          _loc1_["errWrongType"] = "ERROR: The dataProvider of \'{0}\' must be String, ViewStack, Array, or IList.";
  40.          _loc1_["badArgs"] = "Bad args to _play.";
  41.          _loc1_["missingRoot"] = "URL: \"\'{0}\'\" No root node found; if URL is for an flv, it must have a .flv extension and take no parameters.";
  42.          _loc1_["notLoadable"] = "Unable to load \'{0}\'.";
  43.          _loc1_["wrongName"] = "Name cannot be undefined or null.";
  44.          _loc1_["wrongTimeName"] = "Time must be number and/or name must not be undefined or null.";
  45.          _loc1_["yesLabel"] = "Yes";
  46.          _loc1_["wrongURL"] = "When using meta tag base attribute, cannot use absolute URLs for video or ref tag src attributes.";
  47.          _loc1_["undefinedArray"] = "CuePoint.array undefined.";
  48.          _loc1_["missingProxy"] = "URL: \"\'{0}\'\" fpad xml requires proxy tag.";
  49.          _loc1_["unknownInput"] = "Unknown inputType \'{0}\'.";
  50.          _loc1_["missingAttributeSrc"] = "URL: \"\'{0}\'\" Attribute src is required in \'{1}\' tag.";
  51.          _loc1_["yearSymbol"] = " ";
  52.          _loc1_["outOfRange"] = "Index out of range.";
  53.          _loc1_["wrongIndex"] = "CuePoint.index must be number between -1 and cuePoint.array.length.";
  54.          _loc1_["notImplemented"] = "\'{0}\' not implemented yet.";
  55.          _loc1_["label"] = "LOADING %3%%";
  56.          _loc1_["wrongFormat"] = "Unexpected cuePoint parameter format.";
  57.          _loc1_["tagNotFound"] = "URL: \"\'{0}\'\"  At least one video of ref tag is required.";
  58.          _loc1_["cannotSwitchFPAD"] = "Cannot switch between multiple absolute fpad URLs. Must use meta tag base attribute.";
  59.          _loc1_["unsupportedMode"] = "IMEMode:{0} not supported.";
  60.          _loc1_["cannotDisable"] = "Cannot disable actionscript cue points.";
  61.          _loc1_["missingAttributes"] = "URL: \"\'{0}\'\" Tag \'{1}\' requires attributes id, width, and height.  Width and height must be numbers greater than or equal to 0.";
  62.          _loc1_["notfpad"] = "URL: \"\'{0}\'\" Root node not fpad.";
  63.          _loc1_["wrongParameter"] = "Fpad URL uri parameter must be rtmp URL: \'{0}\'.";
  64.          _loc1_["illegalAttributes"] = "Illegal meta tag base attribute: \'{0}\'.";
  65.          return _loc1_;
  66.       }
  67.    }
  68. }
  69.  
  70.